@charset "utf-8";

.zhanweiH {
	height: 40px;
}

/* 搜索*/
.top-header.top-shop-search {
	padding-left: 50px;
	padding-right: 50px;
	background: #07bb14;
	display: flex;
	align-items: center;
}

.shop-search-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f4f7;
	box-sizing: border-box;
	height: 32px;
	border-radius: 18px;
}

.shop-search-box .search-icon {
	width: 18px;
	height: 18px;
	margin-left: 15px;
	margin-right: 10px;
}

.shop-search-box .search-input {
	width: 100%;
	border: none;
	height: 30px;
	/* border-radius: 18px; */
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	background: none;
	padding-left: 10px;
}

.shop-search-box .search-input input {
	border: 0;
	background: none;
	height: 22px;
	font-size: 13px;
	color: #000;
	padding-left: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.shop-search-box .search-input input::-webkit-input-placeholder {
	color: #999;
}

.shop-search-box .search-input input::-webkit-input-placeholder {
	color: #999;
}

.shop-search-box .search-input input::-moz-placeholder {
	color: #999;
}

.shop-search-box .search-input input:-moz-placeholder {
	color: #999;
}

/*  */
.fixed-cart {
	position: fixed;
	left: 50px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #07bb14;
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: .65rem;
	color: #ffffff;
}

.fixed-cart .icon {
	width: 16px;
	height: 16px;
}

/*分类导航滑块*/

.shop-nav-tab {
	width: 100%;
	height: 36px;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 3;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.wrapper {
	position: relative;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;


}

.wrapper .scroller {
	position: absolute;


}

.wrapper .scroller .nav-li {
	width: auto;
	height: 36px;
	color: #000;
	float: left;
	font-style: none;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 3;


}

.wrapper .scroller .nav-li.cur:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 40%;
	margin: 0 auto;
	right: 0;
	height: 2px;
	background: #fff;
}

.wrapper .scroller .nav-li.cur::after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0px;
	border-radius: 2px;
	transform: translateX(-50%);
	background: #000;
}

.wrapper .scroller .nav-li .link_a {
	color: #000;
	margin: 10px auto;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;

}

.wrapper .scroller .nav-li.cur .link_a {
	color: #000;
	font-size: 14px;

}

/* 分类 */

.tab-category-content {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}


.category-tab {
	width: 80px;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

.category-tab .category-box {
	width: 100%;
}

.category-tab .category-item {
	min-height: 65px;
	padding: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	border-bottom: 1px solid #ECECEC;
}

.category-tab .category-item.cur {
	background: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.7);
}

.category-tab .category-item .icon {
	width: 65px;
	height: 40px;
	object-fit: cover;
}

.category-tab .category-item .tit {
	width: 100%;
	flex: 1;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* 右边内容 */
.category-content {

	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.category-content.category-box {
	-webkit-overflow-scrolling: touch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.category-content .category-con {
	/* display: none; */
}


/*  */
/*条件筛选*/

.shopType {
	margin: 0 auto;
	background: #ffffff;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 44px;
	z-index: 3;
}

.shopType .Type-ul {
	display: flex;
}

.shopType .Type-ul .Type-li {
	width: 100%;
	text-align: center;
	position: relative;

}

.shopType .Type-ul .Type-li .link-a {
	height: 100%;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	display: block;
	color: #999;
}

.shopType .Type-ul .Type-li .link-a.bor-L {
	position: relative;

}

.shopType .Type-ul .Type-li .link-a.bor-L::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	background: #999;
	height: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.shopType .Type-ul .Type-li.on::after {
	content: '';
	width: 20px;
	height: 3px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0px;
	border-radius: 3px;
	transform: translateX(-50%);
	background: #07bb14;
}

.shopType .Type-ul .Type-li.on .link-a {
	color: #262626;
}

.shopType .Type-ul .Type-li .upper {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #ccc transparent;
	border-width: 0px 4px 4px;
	display: inline-block;
	border-style: solid;
	position: absolute;
	bottom: 21px;
	margin-left: 4px;
}

.shopType .Type-ul .Type-li .lower {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
	border-width: 4px 4px 0px;
	position: absolute;
	bottom: 14px;
	margin-left: 4px;
}

.shopType .Type-ul .Type-li.on .upper.on {
	border-color: transparent transparent #262626 transparent;
}

.shopType .Type-ul .Type-li.on .lower.on {
	border-color: #262626 transparent transparent transparent;
}

.shopType .Type-ul .Type-li img {
	width: 14px;
	height: 14px;
}

/* ===============弹出筛选 */
.f-mask {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.filters-layer {
	position: fixed;
	right: -80%;
	top: 0;
	width: 80%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}

.filters-layer .item-ul {
	background: #fff;
	height: 100%;
}

.filters-layer .item-li {
	box-sizing: border-box;
	padding: 10px 15px;

}

.filters-layer .item-li:last-child {
	border: none;
}

.filters-layer .lab-tit {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.filters-layer .price-ipt {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #eee;

	margin-top: 5px;
}

.filters-layer .item-li .jiange {
	margin: 5px;
	font-weight: bold;
}

.filters-layer .item-li .link-a {
	display: inline-block;
	margin: 5px 5px 0 0;
	border: 1px solid #fff;
	color: #222;
	font-size: 12px;
	padding: 5px 12px;

}

.filters-layer .item-li .link-a.active {
	background: #feeae1;
	color: #ff4f00;
	background-size: 100% auto;
}

.filters-layer .bg-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}

.filters-layer .bg-btn .btn-a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #4d65fb;
	text-decoration: none;
}

/* ================商品列表================== */

.goods-list {
	/* background: #fff; */
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 5px;
}

.goods-list .goods-item {
	width: 50%;
	padding: 5px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
}


/* 加减号 s */

.calc {
	width: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;

}

.calc p {
	width: 16px;
	height: 16px;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	display: none;
}

.calc .item_sub {
	background: #EB4D3D url("../imgs/icon/03.png") no-repeat;
	background-size: contain;
	display: none;
}

.calc .item_add {
	background: #EB4D3D url("../imgs/icon/02.png") no-repeat;
	background-size: contain;
	display: block;
}

.calc.select p {
	display: block;
}

.footer .count_num {
	width: 36px;
	height: 36px;
	margin: 0 14px;
	background: url("../imgs/icon/cart.png") no-repeat;
	background-size: contain;
	position: relative;
}

.footer .count_num span {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #EB4D3D;
	color: #fff;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	font-size: 12px;
	padding: 2px;
}

.footer .num_price {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer .num_price .unit {
	color: #EB4D3D;
	font-size: 14px;
	font-weight: bold;
}

.footer .num_price .mz {
	color: #262626;
	font-size: 14px;
}

.footer .num_price .allprice {
	color: #EB4D3D;
	font-size: 18px;
	font-weight: bold;

}


/* 加减号 e */
.goods-list .goods-item .goods-img {
	font-size: 0;
	position: relative;

}

.goods-list .goods-item .goods-img .pro-img {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
}

.goods-list .goods-item .info-wrap {
	font-size: 12px;
	position: relative;
	padding: 5px 10px;
	padding-bottom: 3px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

.goods-list .goods-item .info-wrap.gbinfo-wrap {
	font-size: 12px;
	position: relative;
	padding: 5px 0px;
	padding-bottom: 3px;


}

.goods-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.goods-list .goods-item .info-wrap .pro-type {
	font-size: 12px;
	color: #999;
	margin-bottom: 3px;
}

.goods-list .goods-item .info-wrap .pro-type span {
	font-size: 12px;
	color: #999;
	margin-right: 2px;
}

.goods-list .goods-item .info-wrap .tag {

	margin-right: 3px;
	padding: 0 5px;
	height: 24px;
	line-height: 20px;
	border-radius: 2px;
	font-size: 10px;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods-list .goods-item .info-wrap .tag img {
	width: 14px;
}

.goods-list .goods-item .info-wrap .tag span {
	height: 22px;
	line-height: 22px;
	background: #fff;
	padding: 0 3px;
	color: #ff6d03;
	border-radius: 0 2px 2px 0;
}

.goods-list .goods-item .info-wrap .tag.tagred {
	color: #fff;
	border: 1px solid #fd8902;
	background: #fd8902;
}

.goods-list .goods-item .info-wrap .tag.taggreen {
	color: #fff;
	background: #ff6d03;
	border: 1px solid #ff6d03;
	padding-right: 0;
	padding-left: 0px;
}

.goods-list .goods-item .info-wrap .discount-price {
	color: #EB4D3D;
	font-size: 12px;
	font-weight: 500;
}

.goods-list .goods-item .info-wrap .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.goods-list .goods-item .info-wrap .discount-price .price {
	color: #EB4D3D;
	font-size: 14px;
	font-weight: 700;

}

.goods-list .goods-item .info-wrap .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.goods-list .goods-item .info-wrap .zengsong {
	color: #999;
	font-size: 12px;

}

.goods-list .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.goods-list .goods-item .info-wrap .icon-cart {
	width: 18px;
	height: 18px;
	padding: 2px;
	position: relative;

}

.goods-list .goods-item .info-wrap .icon-cart .icon {

	width: 18px;
	height: 18px;
	text-align: center;

}

.goods-list .goods-item .info-wrap .icon-cart .bubble {
	font-size: 12px;
	transform: scale(calc(8 / 12));
	color: #ffffff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	position: absolute;
	z-index: 999;
	top: -10px;
	right: -10px;
	background: #F55726;
}

/*  */


.goods-list .goods-item.one-row {
	width: 100%;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 10px;

}



.goods-list .goods-item.one-row .goods-img .pro-img {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background: #fff;
}

.goods-list .goods-item.one-row .info-wrap {
	border-radius: 0;
	padding: 0;
	padding-bottom: 0px;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.goods-list .goods-item.one-row .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.goods-list .goods-item.one-row .info-wrap .qg-btn {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #fe5b00, #ff2b00);
	font-size: 12px;
	color: #fff;
}

/* 商品里面 */
.product-list {}

.product-list .goods-list .goods-item.one-row .goods-img .pro-img {
	width: 110px;
	height: 110px;
	border-radius: 5px;
	background: #fff;
}

.product-list .goods-list .goods-item.one-row {
	width: 100%;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	padding: 10px;
	padding-bottom: 0;
}

/* 我的收藏产品列表 */
.collect-product-list {}

.collect-product-list .goods-list {
	/* background: #F8F9FA; */
	margin: 5px;
}

.collect-product-list .goods-list .goods-item {
	padding: 5px;
}

/*=============================== 购物车================================= */
.mycart-list {
	background: #FFFFFF;

	padding: 10px 0;
}

.mycart-list .goods-item {
	padding: 12px 10px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ECECEC;
}

.mycart-list .goods-item:last-child {
	margin-bottom: 0px;

}

.mycart-list .goods-item .goods-img {
	margin: 0 10px;
}

.mycart-list .goods-item .goods-img .pro-img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.mycart-list .goods-item .info-wrap {
	overflow: hidden;
	font-size: 16px;
	min-height: 80px;
}

.mycart-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.mycart-list .goods-item .info-wrap .tag {
	margin-right: 3px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mycart-list .goods-item .info-wrap .tag.tagred {
	color: #EB4D3D;
	border: 1px solid #EB4D3D;
}

.mycart-list .goods-item .info-wrap .tag.taggreen {
	color: #98c1d5;
	border: 1px solid #98c1d5;
}

.mycart-list .goods-item .info-wrap .discount-price {
	color: #EB4D3D;
	font-size: 12px;
}

.mycart-list .goods-item .info-wrap .discount-price .unit {}

.mycart-list .goods-item .info-wrap .discount-price .price {
	font-size: 16px;
}

.mycart-list .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;

}

.mycart-list .goods-item .get-mp {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
}

.mycart-list .goods-item .get-mp .icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
	background: #F8F9FA;
	color: #262626;
	font-weight: 500;
	font-size: 16px;
}

.mycart-list .goods-item .get-mp .mp-minous.disable {
	cursor: default;
	color: #262626;
}

.mycart-list .goods-item .plus .from-ipt {
	width: 39px;
	height: 20px;
	padding: 0;
	display: block;
	text-align: center;
	cursor: pointer;
}

.mycart-list .goods-item .plus .from-ipt .input-num {
	font-size: 14px;
	font-weight: 500;
	outline: none;
	border: 0;
	color: #262626;
	width: 100%;
	text-align: center
}

.mycart-list .goods-item .data-num {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.mycart-list .goods-item .ShopTotal {
	display: none;
}

/*无商品时购物车*/
.nonenothing {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 29px 0;
}

.nonenothing .div-img {
	width: 120px;
}

.nonenothing .div-p {
	font-size: 14px;
	color: #fff;
	padding: 10px 0
}

.nonenothing .link-a {
	width: 200px;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	color: #fff;
	background: #ca313b;
}

/*  */
.footerH {
	position: relative;
	height: 50px;
}

.footer {
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #FFFFFF;
	z-index: 90;
}

.footer.havetabbar {
	height: 45px;
	background: #f5f5f5;
	bottom: 50px;

}

.footer.footercart {
	height: 45px;
	background: #f5f5f5;
	bottom: 0px;

}

.footer .link-a {
	color: #262626;
	line-height: 20px;
	font-size: 14px;
	display: block;
	min-width: 50px;
	box-sizing: border-box;
	position: relative;
}

.footer .link-a .bubble {
	font-size: 12px;
	transform: scale(calc(8 / 12));
	color: #ffffff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	position: absolute;
	z-index: 999;
	top: -10px;
	left: 20px;
	background: #F55726;
}

.footer .link-a .icon {
	width: 20px;
}

.footer .link-a .allprice {
	color: #08ba14;
	font-size: 12px;
	font-weight: bold;
}

.footer .link-a .allprice span {
	color: #08ba14;
	font-size: 16px;
	font-weight: bold;
}

.footer .item {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.footer .item .icon {
	width: 16px;
	margin: 0 auto;
	margin-bottom: 3px;
}

.footer .item .name {
	color: #262626;
	line-height: 13px;
	font-size: 9px;
}

.footer .item .em-num {
	width: 16px;
	height: 16px;
	font-size: 12px;
	transform: scale(0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -6px;
	color: #fff;
	right: -1px;
	background: #ff4141;
	z-index: 99;
}

.footer .cart-btn {
	flex: 1;
	height: 35px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 90px;
	box-sizing: border-box;
	background: #11d91e;
}

.footer .link-btn {
	flex: 1;
	height: 35px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 90px;
	box-sizing: border-box;
	background: #08ba14;
}

.footer .submit-btn {
	flex: 1;
	height: 50px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 110px;
	box-sizing: border-box;
	background: #08ba14;
}

.footer .buybtn {
	height: 45px;
	color: #000;
	font-size: 14px;
	min-width: 100px;
	background: #08ba14;
}

.footer .delbtn {
	height: 45px;
	color: #000;
	font-size: 14px;
	min-width: 100px;
	background: #4cca55;
}

/* 为您推荐 */
.goods-recommend {
	margin-top: 20px;
}

.goods-recommend .goods-recommend-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.goods-recommend .goods-recommend-title .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	position: relative;
}


.goods-recommend .goods-recommend-title .subtitle {
	font-weight: 600;
	font-size: 12px;
	color: #999;
	position: relative;
}


.goods-recommend .goods-recommend-title .subtitle::after {
	content: "";
	background: url(../imgs/icon/icon-decorateR.png);
	background-size: 100% 100%;
	width: 8px;
	height: 8px;
	right: -4px;
	bottom: -2px;
	position: absolute;


}

.goods-recommend .goods-list {}

.goods-recommend .goods-list .goods-item {
	padding: 5px;
}


/*===============商品详情===============*/

.product_detail {
	background: #fff;
}

.product-banner {

	position: relative;
	overflow: hidden;
}

.product-banner .adpic::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	bottom: 0;


	box-sizing: border-box;

}

.product-banner .adpic {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.product-banner .adpic .img {
	width: 100%;
	height: 100vw;

}

.product-banner .swiper-pagination {
	font-size: 12px;
	left: auto;
	right: 10px;
	bottom: 15px;
	width: auto;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}

/*  信息 */

.product-info {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 8px;
}

.product-info .title {
	font-size: 16px;

	color: #282828;
}


.product-info .discount-price {
	color: #EB4D3D;
	font-size: 12px;

	font-weight: 500;
}

.product-info .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.product-info .discount-price .price {
	font-size: 16px;

}

.product-info .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.product-info .delete-price {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}

.product-info .shoujia {
	font-size: 12px;
	color: #999;

}

.product-info .tag {
	margin: 5px auto;
	color: #666666;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.product-info .tag span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	color: #fff;
	background: #EB4D3D;
	border-radius: 2px;
	width: 54px;
	height: 18px;
}

/* 属性 */
.group-warp {
	background-color: #fff;
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
}

.group-warp .module-sku {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}



.group-warp .module-sku .tit {
	color: #999;
	line-height: 25px;
	font-size: 12px;
	margin-right: 10px;
}

.group-warp .module-sku .bigtit {
	color: #333;
	line-height: 25px;
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;

}

.group-warp .module-sku .con {
	flex: 1;
	color: #08ba14;
	font-weight: bold;
	line-height: 25px;
	font-size: 12px;



}

.group-warp .module-sku .icon {
	width: 12px;
	height: 12px;

}

.group-warp .module-sku .bz-ipt {
	background: #ffffff;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

/* 规格信息 */
.specs-info {
	padding: 10px 0;
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.specs-info .title {
	font-size: 14px;
	line-height: 25px;
	color: #262626;
	margin-bottom: 10px;
	padding: 0 10px;
}

.specs-info .infobox {
	width: 100%;
	/* border: 0.5px solid #ECECEC; */
	border-radius: 6px;
}

.specs-info .infobox .item {
	width: 100%;
	line-height: 35px;
	display: flex;
	padding: 0;
	align-items: center;
	border: 0.5px solid #ECECEC;
}

.specs-info .infobox .biaoti {
	padding-left: 15px;
	width: 78px;
	padding-right: 15px;
	background: #F8F9FA;
	color: #666666;
	line-height: 35px;
	font-size: 12px;
}

.specs-info .infobox .xinxi {
	flex: 1;
	display: flex;
	align-items: center;
	line-height: 35px;
	border-left: 0.5px solid #ECECEC;
	font-size: 12px;
	color: #262626;
	padding-left: 15px;
	padding-right: 15px;
}

/* 商品详情 */
.products-introduction {
	margin: 10px;

}

.products-introduction .title {
	width: 100%;
	position: relative;

}

.products-introduction .title span {
	font-size: 16px;
	color: #222;
	margin-bottom: 10px;
	/* background: #F2F4F7; */
}

.products-introduction .title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 50px;
	height: 5px;
	border-radius: 5px;
	background: #08ba14;
	z-index: -1;
}

.products-introduction .description {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;

}

.products-introduction .description .content {}


.products-introduction .description .content img {
	width: 100%;
}



/* ==============弹窗=========== */
.popup-mask {

	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;


}

.popup-mask.popup-show {
	top: 0;
	transition: all .3s;
}

.popup-mask .popup-window {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	padding-bottom: 20px;
}

.popup-mask .popup-window .popup-head {
	position: relative;
	text-align: center;
	height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #262626;
	line-height: 24px;
}

.popup-mask .popup-window .icon_close {
	width: 11px;
	height: 11px;
	position: absolute;
	right: 15px;
}

.popup-mask .popup-window .popup-container {}

/*  */
/* ======简介========== */
.pro_info {
	width: 100%;
}

.pro_info .brief-intro {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pro_info .brief-intro .mergeImage {
	width: 80px;
	height: 80px;


}

.pro_info .brief-intro .mergeImage img {
	width: 100%;
}

.pro_info .brief-intro .intro {
	margin-left: 10px;

}

.pro_info .brief-intro .intro .title {
	line-height: 18px;
	font-size: 14px;
	color: #262626;

}

.pro_info .brief-intro .intro .discount-price {
	color: #EB4D3D;
	font-size: 12px;

	font-weight: 500;
}

.pro_info .brief-intro .intro .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.pro_info .brief-intro .intro .discount-price .price {
	font-size: 16px;

}

.pro_info .brief-intro .intro .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.pro_info .brief-intro .intro .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.pro_info .brief-intro .intro .kucun {
	font-size: 12px;

	color: #999;
}

.pro_info .brief-intro .intro .yixuan {
	font-size: 12px;

	color: #000;
}

.pro_info .attribute {
	margin-bottom: 20px;
}

.pro_info .attribute .biaoti {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #262626;
}

.pro_info .attribute .con {
	display: flex;
	align-items: center;


}

.pro_info .attribute .con .guige {
	background: #f3f3f3;
	border-radius: 20px;
	font-size: 14px;
	height: 32px;
	width: 80px;
	color: #262626;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pro_info .attribute .con .guige.active {
	background: #ffebe9;
	color: #EB4D3D;
	border: 1px solid #EB4D3D;
}

.pro_info .attribute .con .plus {
	display: flex;
	align-items: center;
}

.pro_info .attribute .con .plus .icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 20px;
	background: #F8F9FA;
	color: #262626;
	font-weight: 500;
	font-size: 16px;
}

.pro_info .attribute .con .plus .mp-minous.disable {
	cursor: default;
	color: #262626;
}

.pro_info .attribute .con .plus .from-ipt {
	width: 39px;
	height: 32px;
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.pro_info .attribute .con .plus .from-ipt .input-num {
	font-size: 14px;
	font-weight: 500;
	outline: none;
	border: 0;
	color: #262626;
	width: 100%;
	text-align: center
}

.pro_info .finish-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #08ba14;
}

/* ===========确认订单============= */
.address_defalut_wrap {
	position: relative;
	padding: 10px;

}

.address_defalut {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;

}


.address_defalut .dw-icon {
	width: 16px;
	height: 18px;
	margin-right: 10px;
	margin-top: 2px;
}

.address_defalut .adress_a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	display: block;
	flex: 1;
	position: relative;
	padding-right: 10px;
	line-height: 17px;
}

.address_defalut .adress_a .address {
	color: #333;
	font-size: 15px;
	line-height: 22px;
}

.address_defalut .addrjt {
	width: 12px;
	height: 12px;
}

/*  */
.confirm-order {
	border-radius: 10px;
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

.confirm-order .goods-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;

}

.confirm-order .goods-item:last-child {
	margin-bottom: 0px;
}

.confirm-order .goods-item .goods-img {
	margin-right: 10px;
}

.confirm-order .goods-item .goods-img .pro-img {
	width: 65px;
	height: 65px;
	border-radius: 5px;
}

.confirm-order .goods-item .info-wrap {
	overflow: hidden;
	font-size: 16px;
	min-height: 80px;
}

.confirm-order .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.confirm-order .goods-item .info-wrap .tag {
	line-height: 15px;
	font-size: 11px;
	color: #999999;
}


.confirm-order .goods-item .info-wrap .discount-price {
	color: #EB4D3D;
	font-size: 12px;

	font-weight: 500;
}

.confirm-order .goods-item .info-wrap .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.confirm-order .goods-item .info-wrap .discount-price .price {
	font-size: 16px;

}

.confirm-order .goods-item .info-wrap .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.confirm-order .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

/* 支付方式 */

.payway {
	background: #FFFFFE;
	margin: 10px;
	font-size: 14px;
	border-radius: 10px;
}

.payway.tixian {

	margin: 0 auto;
	font-size: 14px;
	border-radius: 0;
}

.payway.tixian .type-item {
	padding: 15px 0;
}

.payway .type-item {
	position: relative;
	padding: 15px;

}

.payway .type-item .link_a {
	font-size: 13px;
	color: #333;
}

.payway .type-item .link_a .tit {
	font-size: 15px;
	color: #333;
}

.payway .type-item .link_a .icon_img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: middle;
}



/* ===============地址管理=============== */
.address-list {
	margin: 10px;
	font-size: 14px;

}

.address-list .address {
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.address-list .address .name {
	color: #262626;
	font-size: 15px;
	line-height: 21px;
}

.address-list .address .tel-num {
	color: #262626;
	font-size: 15px;
	margin-left: 5px;
	line-height: 21px;
}

.address-list .address .addr-detail {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	color: #666262;
}

.address-list .address .default-addr {
	display: flex;
	align-items: center;

}

.address-list .address .bianji {
	/* padding-right: 20px; */
}

.address-list .address .bianji .link-a {
	color: #000;
	margin-left: 20px;

}

.address-list .address .bianji .icon {
	width: 14px;
	height: 14px;
	opacity: .4;

}

/* ====确认支付====== */
.payprice-box {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #606266;
	background: #FFFFFF;
}

.payprice-box .icon {
	width: 60px;
}

.payprice-box .discount-price {
	color: #262626;
	font-weight: 500;
}

.payprice-box .discount-price .unit {
	color: #262626;
	font-size: 13px;
}

.payprice-box .discount-price .price {
	font-size: 30px;

}

.infobox {
	padding: 0 10px;
}

.infobox .item {
	line-height: 22px;
	padding: 10px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 0.5px solid #ECECEC; */
}

.infobox .item .tit {
	color: #666;

}

.infobox .item .con {
	color: #262626;
}

.infobox .item .bz-ipt {
	width: 100%;
	color: #333;
	font-size: 14px;
	background: transparent;
}

.infobox .item .link_copy {
	width: 14px;
}

/* ============搜索页面===== */

.search-page {
	margin: 15px;
}

.search-page .biaoti {
	color: #262626;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
}

.search-page .key-word {
	display: flex;
	align-items: center;
}

.search-page .key-word .item {
	color: #666666;
	display: block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background: #F8F9FA;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* =================我的订单============ */
.myoeder-page {}

/* 搜索 */
.myoeder-page .header-search-box {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.myoeder-page .header-search-icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}

.myoeder-page .header-search-input {
	width: 100%;
	border: none;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #262626;
}

.myoeder-page .header-search-input input {
	border: 0;
	background: none;
	height: 22px;
	font-size: 12px;
	color: #000;
	padding-left: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.myoeder-page .header-search-input input::-webkit-input-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input::-webkit-input-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input::-moz-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input:-moz-placeholder {
	color: #999;
}

.myoeder-page .ordertab {
	height: 40px;
	background: #ffffff;
}

.myoeder-page .ordertab .cartab {
	background-color: #FFFFFF;
	padding: 5px;
}

.myoeder-page .ordertab .tabs-item {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	width: 25%;
	padding: 0;
	display: block;
	text-align: center;
}

.myoeder-page .ordertab .tabs-item.tab-active {
	position: relative;
	color: #262626;
	font-weight: bold;
}

.myoeder-page .ordertab .tab-active::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%);
	width: 20px;
	height: 2px;
	background: #08ba14;
	border-radius: 2px;
	margin: 3px auto 0;
}

.myoeder-page .my-order {
	width: 100%;
}

.myoeder-page .my-order .list {
	width: 100%;
	box-sizing: border-box;
}

.myoeder-page .my-order .list .order-item {
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.53) 100%);

}



.myoeder-page .my-order .list .order-head {
	line-height: 24px;
	padding-bottom: 5px;
	position: relative;
	align-items: center;
	display: flex;
	border-bottom: 0.5px solid #eee;

}

.myoeder-page .my-order .list .order-head .ddbh {
	flex: 1;
	font-size: 12px;
	color: #333;
	position: relative;
	padding-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.myoeder-page .my-order .list .order-head .order-state {
	font-size: 12px;
	color: #F55726;
	flex-shrink: 0;
	position: relative;
}



.myoeder-page .my-order .list .order-info {
	width: 100%;
	display: flex;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0.5px solid #eee;
}

.myoeder-page .my-order .list .order-info .goods-img {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	margin-right: 5px;
}

.myoeder-page .my-order .list .order-info .goods-img img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	border: 0.5px solid #eee;
}


.myoeder-page .my-order .list .order-info .info-wrap {
	width: 100%;
	padding-left: 5px;
	position: relative;
}

.myoeder-page .my-order .list .order-info .info-wrap .pro-name {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.myoeder-page .my-order .list .order-info .info-wrap .pro-sku {
	display: flex;
	align-items: center;
}

.myoeder-page .my-order .list .order-info .info-wrap .pro-sku span {
	height: 20px;
	padding: 0 5px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #666;
	background-image: linear-gradient(to right, #f3f3f3, #f3f3f3);
}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price {
	color: #EB4D3D;
	line-height: 18px;
	margin-top: 5px;
}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price .unit {
	font-size: 12px;
}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price .price {
	font-size: 16px;
}

.myoeder-page .my-order .list .order-info .info-wrap .num {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	font-size: 12px;
	color: #666;
}

.myoeder-page .my-order .list .buy-time {
	color: #666;
	font-size: 12px;

}

.myoeder-page .my-order .list .price-box {
	color: #333;
	font-size: 12px;
	font-weight: 500;
}

.myoeder-page .my-order .list .price-box .unit {
	font-size: 12px;
	color: #EB4D3D;
}

.myoeder-page .my-order .list .price-box .allprice {
	font-size: 16px;
	color: #EB4D3D;
}

.myoeder-page .my-order .list .order-btn {
	color: #a3a3a3;
	padding: 4px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 30px;
	box-sizing: border-box;
}

.myoeder-page .my-order .list .order-btn.fukuan {
	color: #fff;
	border: 1px solid #08ba14;
	background: #08ba14;
}

/* =============订单详情 ============*/
.orderDetails {
	padding: 0 10px;
}

.orderDetails .payInfo {

	margin-bottom: 10px;

	background: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	color: #222;
	font-size: 14px;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.orderDetails .payInfo:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;

	background: url(../images/line-b.png) no-repeat bottom;
	background-size: 100% auto;
	content: "";
}

.orderDetails .payInfo span {
	padding: 5px 0;
	font-size: 14px;
	color: #222222;
}




/*================订单详情=================*/
.order-detail-page {}

.order-detail-page .order-state {
	font-size: 14px;
	color: #262626;
	margin: 10px;
	font-weight: bold;
}

.order-detail-page .order-box {
	position: relative;
	border-radius: 8px;
	padding: 10px;
	margin: 10px;
	background: #ffffff;
}

.order-detail-page .order-box .bar-title {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.order-detail-page .order-box .goods-item {
	position: relative;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.order-detail-page .order-box .goods-item .goods-img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}

.order-detail-page .order-box .goods-item .info-wrap {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.order-detail-page .order-box .goods-item .info-wrap .pro-name {
	color: #222;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}


.order-detail-page .order-box .goods-item .info-wrap .pro-sku {
	margin-top: 5px;
	display: flex;
	align-items: center;
}


.order-detail-page .order-box .goods-item .info-wrap .pro-sku span {
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #999;
	background-image: linear-gradient(to right, #f3f3f3, #f3f3f3);
}


.order-detail-page .order-box .goods-item .info-wrap .discount-price {
	color: #F55726;
	line-height: 18px;
	margin-left: 10px;
}

.order-detail-page .order-box .goods-item .info-wrap .discount-price .unit {
	font-size: 12px;
}

.order-detail-page .order-box .goods-item .info-wrap .discount-price .price {
	font-size: 16px;
}

.order-detail-page .order-box .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
	margin-left: 5px;
}

.order-detail-page .order-box .goods-item .info-wrap .pro-num {
	color: #999;
	font-size: 12px;


	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}


.order-detail-page .order-box .goods-item .sku_price {
	height: 30px;
	line-height: 30px;
	color: #EB4D3D;
	font-size: 16px;
	font-weight: 600;
}

.order-detail-page .order-box .goods-item .zhekou_price {
	height: 30px;
	line-height: 30px;
	color: #EB4D3D;
	font-size: 12px;
}

.order-detail-page .order-box .goods-item .yuanjia {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}

.order-detail-page .order-box .pv-num {
	margin-top: 5px;
	margin-bottom: 5px;
}

.order-detail-page .order-box .pv-num span {
	background: linear-gradient(to right, #EB4D3D, #ff5300);
	font-size: 14px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 5px;
}


/* ================店铺管理================ */
.store-manage {
	position: relative;
}

.store-manage .store-top {
	position: relative;
	background: linear-gradient(to bottom, #FBA02B 0%, #FB722B 100%);
	padding-top: 20px;

}

.store-manage .store-top::before {
	content: '';
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/btbg.png) no-repeat bottom;
	background-size: 100% 30px;
}

.store-manage .store-top .store-info {
	position: relative;
	display: flex;
	align-items: center;
}

.store-manage .store-top .store-info::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	background: url("../images/my/bg-user-top.png") no-repeat top;
	background-size: 100% 100%;
}

.store-manage .store-top .store-info {
	padding-left: 20px;
}


.store-manage .store-top .store-logo {
	float: left;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.store-manage .store-top .store-logo .img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.store-manage .store-top .store-info .name {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
}

.store-manage .store-top .store-info .txt {
	font-size: 12px;
	color: #fff;
}

.store-manage .store-top .store-info .btn-link {
	background: linear-gradient(168deg, #ffebcf, #f7c486);
	border: 1px solid rgba(238, 238, 238, 0.2);
	width: 80px;
	padding-left: 5px;
	height: 30px;
	border-radius: 28px 0 0 28px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b66725;
}

.store-manage .bar-tit {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #000;
	position: relative;
	padding: 10px;
	padding-left: 20px;
}

.store-manage .bar-tit:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 3px;
	height: 15px;
	transform: translateY(-50%);
	border-radius: 5px;
	background: linear-gradient(to right, #fb972b, #fb962b) !important;
}

/* 订单管理数据 */
.store-manage .order-data {
	margin: 0 10px;

	position: relative;
	top: 15px;
	margin-bottom: 25px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}


.store-manage .order-data .item {
	flex: 1;
	text-align: center;
	padding: 15px 0;
}

.store-manage .order-data .item .mz {
	font-size: 14px;
	color: #000;
}

.store-manage .order-data .item .num {
	font-size: 16px;
	color: #fe6600;
	font-weight: bold;
}


/* 今日订单 */
.store-manage .store-data {
	margin: 10px;
	padding: 10px;
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}

.store-manage .store-data .item {
	flex: 1;
	text-align: center;
}

.store-manage .store-data .item .mz {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.store-manage .store-data .item .num {
	font-size: 16px;

	color: #000
}



/* 菜单 */


.store-manage .store-menu {
	margin: 10px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	z-index: 1;

}

.store-manage .store-menu .tools-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.store-manage .store-menu .tools-link .link-a {
	flex: 1;
	text-align: center;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.store-manage .store-menu .tools-link .link-a .icon {
	height: 25px;
}

.store-manage .store-menu .tools-link .link-a .link_name {
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}
/* 店铺详情 */

/* 进入店铺 */
.detail_shop_box {
	padding: 10px;
	background: #fff;

}

.border-top5 {
	border-top: 10px solid #f5f5f5;
}

.detail_shop_box .shopLogo {
	width: 40px;
	height: 40px;
}

.detail_shop_box .shop_info_name {
	font-size: 14px;
	color: #000;
}

.detail_shop_box .eval {
	color: #fe6600;
	font-size: 14px;
}

.detail_shop_box .hop_btns {
	color: #333;
	font-size: 12px;
	border-radius: 20px;
	padding: 4px 10px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail_shop_box .hop_btns .icon {
	width: 12px;
	margin-right: 3px;
}

.detail_shop_box .jieshao {
	margin-top: 10px;
}

.detail_shop_box .jieshao .txt {
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.detail_shop_box .jieshao .txt span {
	color: #999;
}

/* =============商品管理============ */

/*  */
.pro-tab {
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

.pro-tab .tab-item {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 10px 0;
	display: block;
	text-align: center;
}

.pro-tab .tab-item.active {
	position: relative;
	color: #fc4f22;
}

.pro-tab .tab-item.active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: 2px;
	background: #fc4f22;
	border-radius: 2px;
	margin: 3px auto 0;
}

.pro-manage {
	margin-top: 10px;
}

.pro-manage .tabhide {
	display: none;
}

.pro-manage .item {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #F2F2F2;
	justify-content: space-between;
	padding: 10px;
	background: #fff;
}

.pro-manage .item:last-child {
	border-bottom: 0;
}

.pro-manage .item .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 25%;
	height: 100%;
	vertical-align: middle;
}

.pro-manage .item .pic img {
	width: 100%;
	height: 80%;
	border-radius: 10rpx;
}

.pro-manage .item .desc {
	color: #8B8B8B;
	width: 70%;
	padding: 20rpx;
	text-align: left;
	font-size: 12px;
}

.pro-manage .item .desc .title {
	display: flex;
	flex-wrap: wrap;
}

.pro-manage .item .desc .title .title_l {
	font-weight: bold;
	color: #333;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

.pro-manage .item .desc .price {
	color: #fc4f22;
	font-size: 16px;
	font-weight: 900;
}

.pro-manage .item .desc .kc {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 50rpx;
}

.pro-manage .item .desc .kc.xiaol {
	color: #8B8B8B;
}


.pro-manage .item .desc .btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.pro-manage .item .desc .btn .btn_01 {
	border: 1px solid #8B8B8B;
	color: #8B8B8B;
	border-radius: 3px;
	text-align: center;
	margin-left: 10px;
	padding: 3px 8px;
}


/* 属性 */
.buy_count {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	background: white;
	padding: 12px;
	min-height: 800px;
}

	.buy_count .div_ul {
		box-sizing: border-box;
	}

	.buy_count .div_li {
		display: flex;
		flex-wrap: wrap;
	}

		.buy_count .div_li .img {
			background: #FFFFFF;
			padding: 2px;
			position: relative;
			top: -10px;
			width: 100px;
			height: 100px;
			box-sizing: border-box;
			margin-right: 10px;
		}

		.buy_count .div_li .div_p {
			font-size: 18px;
			color: #333;
		}

.moneyPrimary {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}

.buy_count .div_span {
	font-size: 14px;
	color: #333;
	display: block;
}


.buy_count .div_h3 {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	width: 100%;
}

.buy_count .div_b {
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #eee;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	transition: all .3s;
}

.danxuanzu {
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #eee;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	transition: all .3s;
}
	.danxuanzu input[type="radio"]:checked {
		background: #07c160;
		color: white;
		border: 1px solid #07c160;
	}

.buy_count .div_b.active {
	background: #07c160;
	color: white;
	border: 1px solid #07c160;
}

.buy_count .div_span {
	font-size: 14px;
	color: #333;
	background: #FFFFFF;
	display: block;
	line-height: 28px;
}
